home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 July: Mac OS SDK / Dev.CD Jul 96 SDK / Dev.CD Jul 96 SDK1.toast / Development Kits (Disc 1) / AOCE / Development Tools / Sample Code / Standard Mail / CollaboDraw / digisig.h < prev    next >
Encoding:
Text File  |  1993-10-12  |  842 b   |  22 lines  |  [TEXT/MPS ]

  1. Boolean HasDigiSign(void);
  2. OSErr InitDigitalSignatures(void);
  3. void ExitDigitalSignatures(void);
  4.  
  5. void DSIGSetupSignMenu(WInfoPtr infoPtr);
  6. void DSIGOpenFile(WInfoPtr infoPtr);
  7. void DSIGCloseFile(WInfoPtr infoPtr);
  8. void DSIGSaveFile(WInfoPtr infoPtr,short newResRef,Boolean saveACopy);
  9. void DSIGCopySigsToTemp(WInfoPtr infoPtr);
  10.  
  11. void DSIGDrawSigner(ShapeListPtr theShape,Point drawOffset);
  12. Boolean DSIGHitShape(WInfoPtr infoPtr,Point hitPt,Point offsetPos,ShapeListPtr theShape);
  13.  
  14. void CommSign(WindowPtr window);
  15. void CommVerify(WindowPtr window);
  16. void CommShowSigners(WindowPtr window);
  17.  
  18. OSErr SignShape(WInfoPtr infoPtr,SIGContextPtr sigContext,ShapeListPtr theShape,Size sigSize);
  19. OSErr VerifyShape(WInfoPtr infoPtr,SIGContextPtr sigContext,ShapeListPtr theShape);
  20.  
  21. OSErr ProcessShapeData(SIGContextPtr sigContext,ShapeListPtr theShape);
  22.